summaryrefslogtreecommitdiff
path: root/[priyesh]ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to '[priyesh]ChangeLog')
-rw-r--r--[priyesh]ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/[priyesh]ChangeLog b/[priyesh]ChangeLog
index a45c8bf9d..8a68e8e03 100644
--- a/[priyesh]ChangeLog
+++ b/[priyesh]ChangeLog
@@ -1,3 +1,17 @@
+2020-07-20 Priyesh Kumar <priyeshkkumar@gmail.com>
+
+ * Changed git submodule(dlg) from `src/dlg` to `submodules/dlg`
+
+ * Updated autogen.sh file:
+ For copying the necessary files from `submodules/dlg` to `src\dlg`.
+ If the git submodule(dlg) is not checked-out, first it runs necessary
+ git commands for checking out the submodule(dlg) ad then it copies
+ the files.
+ * include/freetype/internal/ftdebug.h:
+ Updated the include path for dlg.
+
+ * Added a new file `src/dlg/rules.mk`
+
2020-07-15 Priyesh Kumar <priyeshkkumar@gmail.com>
* builds/compiler/gcc.mk: Added a flag -std=c99 for using dlg on windows